type github.com/klauspost/compress/zstd.byteBuf
7 uses
github.com/klauspost/compress/zstd (current package)
blockdec.go#L192: if _, ok := br.(*byteBuf); !ok && cap(b.dataStorage) < cSize {
bytebuf.go#L29: type byteBuf []byte
bytebuf.go#L31: func (b *byteBuf) readSmall(n int) ([]byte, error) {
bytebuf.go#L44: func (b *byteBuf) readBig(n int, dst []byte) ([]byte, error) {
bytebuf.go#L54: func (b *byteBuf) readByte() (byte, error) {
bytebuf.go#L64: func (b *byteBuf) skipN(n int64) error {
framedec.go#L28: bBuf byteBuf
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |